home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / Internal_28.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  314 b   |  13 lines

  1. on checkHot
  2.   if rollOver(14) then
  3.     puppetSprite(14, 1)
  4.     set the stretch of sprite 14 to 0
  5.     set the memberNum of sprite 14 to the number of member "HF_HOT"
  6.     updateStage()
  7.   else
  8.     set the memberNum of sprite 14 to the number of member "HOT BOX"
  9.     updateStage()
  10.     puppetSprite(14, 0)
  11.   end if
  12. end
  13.